home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
lib
/
mntlib44.zoo
/
mntlib
/
lattice
/
linea.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-12
|
293 b
|
25 lines
INCLUDE inc.i
; Line A bindings for Lattice C
INFO
xref ___aline,___fonts,___funcs
CODE
IF _REGARG
xdef @linea0
@linea0:
ELSE
xdef _linea0
_linea0:
ENDC
movem.l d2/a2,-(sp)
dc.w $A000
move.l a0,___aline
move.l a1,___fonts
move.l a2,___funcs
movem.l (sp)+,d2/a2
rts
end